home *** CD-ROM | disk | FTP | other *** search
/ Diete, Fitness & Bellezza by Slurpnet / Diete, Fitness & Bellezza by Slurpnet.iso / IE55 / MMSSETUP.CAB / msmsgs.inf < prev    next >
INI File  |  2000-04-06  |  20KB  |  499 lines

  1. ; Localized    04/06/2000 08:50 PM (GMT)    7:4.2.252     MSMSGS.INF
  2.  
  3. ; MSMSGS.INF
  4. ; Setup INF file for the MSN Messenger Service
  5.  
  6. ; Version 2,2,0,1053
  7.  
  8. [version]
  9. signature="$CHICAGO$"
  10.  
  11. AdvancedINF=2.5
  12.  
  13. [DefaultInstall.IE]
  14. CopyFiles      = BLC.Install.Inf,BLC.Install.App,BLC.Install.Help,BLC.Install.Shared
  15. DelFiles       = BLC.CleanPrev.App
  16. DelReg         = BLC.CleanPrev.Reg,BLC.CleanPrev.Reg.PerUser
  17. ; Need to write UserStub here as well as in PostBrand so IE doesn't complain
  18. PerUserInstall = BLC.Install.UserStubIE
  19. AddReg         = BLC.Install.Reg,BLC.Install.Reg.PerUser
  20. CustomDestination = BLC.Destination
  21. RunPreSetupCommands = BLC.Install.PreSetupIE
  22. RunPostSetupCommands = BLC.Install.PostSetupIE
  23. RequiredEngine=SETUPAPI
  24.  
  25. [DefaultInstall]
  26. CopyFiles      = BLC.Install.Inf,BLC.Install.App,BLC.Install.Help,BLC.Install.Shared
  27. DelFiles       = BLC.CleanPrev.App
  28. DelReg         = BLC.CleanPrev.Reg,BLC.CleanPrev.Reg.PerUser
  29. AddReg         = BLC.Install.Reg,BLC.Install.Reg.PerUser,BLC.Install.Reg.PUAlwaysRun
  30. CustomDestination = BLC.Destination
  31. RunPreSetupCommands = BLC.Install.PreSetup
  32. RunPostSetupCommands = BLC.Install.PostSetup
  33.  
  34. ; Post-branding section: all registry values containing the brand name need to be written here
  35. ; Should be executed silently to avoid UI relating to CustomDestination
  36. [BLC.Install.PostBrand]
  37.  
  38. CustomDestination = BLC.Existing
  39.  
  40. PerUserInstall = BLC.Install.UserStub
  41. UpdateInis     = BLC.Install.Inis.PerUser
  42. AddReg         = BLC.Install.Reg.Brand,BLC.Install.Reg.PUBrand
  43.  
  44. ; IE post-branding section: same as above, except menu item goes into a different section
  45.  
  46. [BLC.Install.PostBrandIE]
  47. CustomDestination = BLC.Existing
  48. PerUserInstall = BLC.Install.UserStubIE
  49. UpdateInis     = BLC.Install.Inis.PerUserIE
  50. AddReg         = BLC.Install.Reg.Brand,BLC.Install.Reg.PUBrand
  51.  
  52. ; Uninstall section
  53. ;
  54. [BLC.Remove]
  55.  
  56. SmartReboot    = I
  57. BeginPrompt    = BLC.Remove.BeginPrompt
  58. EndPrompt      = BLC.Remove.EndPrompt
  59. CustomDestination = BLC.Existing
  60. PerUserInstall = BLC.Remove.UserStub
  61.  
  62. DelFiles       = BLC.Remove.App,BLC.Remove.Help
  63. DelReg         = BLC.Remove.Reg,BLC.Remove.Reg.PerUser
  64. DelDirs        = BLC.Remove.Dirs
  65. UpdateInis     = BLC.Remove.Inis.PerUser
  66.  
  67. ; Removal of old program item during presetup
  68. [BLC.Remove.PreInstall]
  69. UpdateInis     = BLC.Remove.Inis.PerUser
  70.  
  71. [BLC.Remove.BeginPrompt]
  72. Prompt="%REMOVE_CONFIRMATION_PROMPT%"
  73. ButtonType=YESNO
  74. Title="%MSMSGS_NAME_AND_VER%"
  75.  
  76. [BLC.Remove.EndPrompt]
  77. Prompt="%REMOVE_COMPLETION_PROMPT%"
  78.  
  79. [BLC.Install.UserStub]
  80. DisplayName=%MSMSGS_NAME_AND_VER%
  81. ComponentID=Messenger
  82. GUID={5945c046-1e7d-11d1-bc44-00c04fd912be}
  83. Version=2,2,0,1053
  84. Locale=%LOCALE_ID%
  85. IsInstalled=1
  86. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\msmsgs.inf,BLC.Install.PerUser
  87.  
  88. [BLC.Install.UserStubIE]
  89. DisplayName=%MSMSGS_NAME_AND_VER%
  90. ComponentID=Messenger
  91. GUID={5945c046-1e7d-11d1-bc44-00c04fd912be}
  92. Version=2,2,0,1053
  93. Locale=%LOCALE_ID%
  94. IsInstalled=1
  95. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\msmsgs.inf,BLC.Install.PerUserIE
  96.  
  97. [BLC.Remove.UserStub]
  98. DisplayName=%MSMSGS_NAME_AND_VER%
  99. QuietDisplayName=%MSMSGS_NAME_AND_VER%
  100. ComponentID=Messenger
  101. GUID={5945c046-1e7d-11d1-bc44-00c04fd912be}
  102. Version=2,2,0,1053
  103. Locale=%LOCALE_ID%
  104. RequiresIESysFile=0.0
  105. IsInstalled=0
  106. StubPath=rundll32.exe advpack.dll,LaunchINFSection %17%\msmsgs.inf,BLC.Remove.PerUser
  107.  
  108. [BLC.Install.PerUser]
  109. CustomDestination = BLC.Existing
  110. AddReg            = BLC.Install.Reg.PerUser,BLC.Install.Reg.PUBrand,BLC.Install.Reg.PUAlwaysRun
  111. DelReg            = BLC.CleanPrev.Reg.PerUser
  112. UpdateInis        = BLC.Install.Inis.PerUser
  113.  
  114. [BLC.Install.PerUserIE]
  115. CustomDestination = BLC.Existing
  116. AddReg            = BLC.Install.Reg.PerUser,BLC.Install.Reg.PUBrand
  117. DelReg            = BLC.CleanPrev.Reg.PerUser
  118. UpdateInis        = BLC.Install.Inis.PerUserIE
  119.  
  120. [BLC.Remove.PerUser]
  121. DelReg            = BLC.Remove.Reg.PerUser
  122. UpdateInis        = BLC.Remove.Inis.PerUser
  123.  
  124. [DestinationDirs]
  125.  
  126. BLC.Install.App        = 49000 ; BLCDir
  127. BLC.CleanPrev.App      = 49000 ; BLCDir
  128. BLC.Remove.App         = 49000 ; BLCDir
  129.  
  130. BLC.Install.Help       = 18    ; Help directory
  131. BLC.Remove.Help        = 18    ; Help directory
  132. BLC.Install.Inf        = 17    ; LDID_INF
  133. BLC.Install.Shared     = 11    ; LDID_SYS
  134.  
  135. ; Sections for custom directory installation
  136. [BLC.Destination]
  137. 49300,49301=ProgramFilesDir,5
  138.  
  139. 49000,49001,49002=BLCDir,5
  140.  
  141. [BLC.Existing]
  142. 49000,49001,49002=BLCDir.Remove,7
  143.  
  144. [BLCDir]
  145. HKLM,"%KEY_BLCLIENT%",'InstallationDirectory','%INSTALL_DIR_PROMPT%',"%49301%\%BLCDIR%"
  146.  
  147. [BLCDir.Remove]
  148. HKLM,"%KEY_BLCLIENT%",'InstallationDirectory','',''
  149. "","","",'%REMOVE_NODIR_ERROR%',""
  150.  
  151. [ProgramFilesDir]
  152. HKLM,"Software\Microsoft\Windows\CurrentVersion","ProgramFilesDir",,"%24%\%ProgramFiles%"
  153.  
  154. [BLC.Install.Inf]
  155.  
  156. msmsgs.inf
  157.  
  158. [BLC.Install.Shared]
  159.  
  160. [BLC.Install.Help]
  161.  
  162. [BLC.Remove.Help]
  163.  
  164. [BLC.CleanPrev.App]
  165. lvback.bmp,,,1
  166.  
  167. [BLC.Install.App]
  168. msmsgs.exe
  169. msmsgsc.dll
  170. msgslang.dll
  171. msgstrst.dll
  172.  
  173. license.txt
  174.  
  175. online.wa_
  176. newemail.wa_
  177. type.wa_
  178. blogo.gi_
  179. pmsnlogo.gif
  180. msmsgs.in_
  181.  
  182. [BLC.Remove.App]
  183. msmsgs.exe,,,1
  184. msmsgsc.dll,,,1
  185. msgslang.dll,,,1
  186. msgstrst.dll,,,1
  187. license.txt,,,1
  188. online.wav,,,1
  189. newemail.wav,,,1
  190. type.wav,,,1
  191. blogo.gif,,,1
  192. pmsnlogo.gif,,,1
  193. msmsgs.ins,,,1
  194. cplgif.gif
  195. links.txt
  196. br_links.txt
  197. msmsgsin.exe,,,1
  198. msimmsgr.dll,,,1
  199. msimnetc.dll,,,1
  200. msvcp50.dll,,,1
  201. msmsgs.chm,,,1
  202.  
  203. [BLC.Remove.Dirs]
  204.  
  205. %49000%
  206.  
  207. [BLC.Install.PreSetup]
  208.  
  209. msmsgsin.exe -r
  210.  
  211. [BLC.Install.PreSetupIE]
  212. msmsgsin.exe -u
  213.  
  214. [BLC.Install.PostSetup]
  215. msmsgsin.exe -o
  216.  
  217. [BLC.Install.PostSetupIE]
  218. msmsgsin.exe -e
  219.  
  220. [BLC.Install.Reg]
  221.  
  222. HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\{5945c046-1e7d-11d1-bc44-00c04fd912be}","KeyFileName",,"%49001%\msmsgs.exe"
  223.  
  224. HKLM,%KEY_BLCLIENT%,"InstallationDirectory",,"%49001%"
  225.  
  226. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MSMSGS.EXE",,,"%49001%\msmsgs.exe"
  227. HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\MSMSGS.EXE","Path",,"%49001%;"
  228.  
  229. HKCR,CLSID\%CLSID_BLOBJECT%,,,%BL_OBJECT%
  230.  
  231. HKCR,CLSID\%CLSID_BLOBJECT%\LocalServer32,,,"%49001%\msmsgs.exe"
  232. HKCR,CLSID\%CLSID_BLOBJECT%\InProcServer32,,,"%49001%\msmsgsc.dll"
  233.  
  234. HKCR,CLSID\%CLSID_BLOBJECT%\ProgID,,,"Messenger.MsgrObject.1"
  235. HKCR,CLSID\%CLSID_BLOBJECT%\Programmable
  236. HKCR,CLSID\%CLSID_BLOBJECT%\TypeLib,,,"{218CB45F-20B6-11d2-8E17-0000F803A446}"
  237. HKCR,CLSID\%CLSID_BLOBJECT%\Version,,,"1.0"
  238. HKCR,CLSID\%CLSID_BLOBJECT%\VersionIndependentProgID,,,"Messenger.MsgrObject"
  239.  
  240. HKCR,CLSID\%CLSID_UIOBJECT%,,,%UI_OBJECT%
  241.  
  242. HKCR,CLSID\%CLSID_UIOBJECT%\LocalServer32,,,"%49001%\msmsgs.exe"
  243. HKCR,CLSID\%CLSID_UIOBJECT%\InProcServer32,,,"%49001%\msmsgsc.dll"
  244.  
  245. HKCR,CLSID\%CLSID_UIOBJECT%\ProgID,,,"Messenger.MessengerApp.1"
  246. HKCR,CLSID\%CLSID_UIOBJECT%\Programmable
  247. HKCR,CLSID\%CLSID_UIOBJECT%\TypeLib,,,"{218CB45F-20B6-11d2-8E17-0000F803A446}"
  248. HKCR,CLSID\%CLSID_UIOBJECT%\Version,,,"1.0"
  249. HKCR,CLSID\%CLSID_UIOBJECT%\VersionIndependentProgID,,,"Messenger.MessengerApp"
  250.  
  251. HKCR,Interface\{218CB451-20B6-11d2-8E17-0000F803A446},,,"IMsgrObject"
  252. HKCR,Interface\{218CB451-20B6-11d2-8E17-0000F803A446}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  253. HKCR,Interface\{218CB451-20B6-11d2-8E17-0000F803A446}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  254. HKCR,Interface\{218CB451-20B6-11d2-8E17-0000F803A446}\TypeLib,,,"{218CB45F-20B6-11d2-8E17-0000F803A446}"
  255. HKCR,Interface\{218CB451-20B6-11d2-8E17-0000F803A446}\TypeLib,"Version",,"1.0"
  256.  
  257. HKCR,Interface\{218CB453-20B6-11d2-8E17-0000F803A446},,,"IMsgrUser"
  258. HKCR,Interface\{218CB453-20B6-11d2-8E17-0000F803A446}\ProxyStubClsid,,,"{00020424-0000-0000-C000-000000000046}"
  259. HKCR,Interface\{218CB453-20B6-11d2-8E17-0000F803A446}\ProxyStubClsid32,,,"{00020424-0000-0000-C000-000000000046}"
  260. HKCR,Interface\{218CB453-20B6-11d2-8E17-0000F803A446}\TypeLib,,,"{218CB45F-20B6-11d2-8E17-0000F803A446}"
  261. HKCR,Interface\{218CB453-20B6-11d2-8E17-0000F803A446}\TypeLib,"Version",,"1.0"
  262.  
  263. HKCR,Interface\{59EC0342-7506-11d2-B05F-00C04F7F89FE},,,"IMsgrUserOE"
  264. HKCR,Interface\{59EC0342-7506-11d2-B05F-00C04F7F89FE}\ProxyStubClsid,,,